home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFHORLINE / TFHORLINE.txt
Text File  |  2002-03-16  |  3KB  |  147 lines

  1. object fHorLine: TfHorLine
  2.   Left = 283
  3.   Top = 201
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Horizontale Line'
  7.   ClientHeight = 156
  8.   ClientWidth = 178
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 161
  24.     Height = 113
  25.     Caption = 'Configuration'
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 8
  29.       Top = 19
  30.       Width = 25
  31.       Height = 12
  32.       Caption = 'Color'
  33.       Font.Charset = ANSI_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -9
  36.       Font.Name = 'Verdana'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.     end
  40.     object Label2: TLabel
  41.       Left = 80
  42.       Top = 64
  43.       Width = 31
  44.       Height = 12
  45.       Caption = 'Width'
  46.       Font.Charset = ANSI_CHARSET
  47.       Font.Color = clWindowText
  48.       Font.Height = -9
  49.       Font.Name = 'Verdana'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.     end
  53.     object Label3: TLabel
  54.       Left = 8
  55.       Top = 64
  56.       Width = 20
  57.       Height = 12
  58.       Caption = 'Size'
  59.       Font.Charset = ANSI_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -9
  62.       Font.Name = 'Verdana'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.     end
  66.     object Panel1: TPanel
  67.       Left = 8
  68.       Top = 35
  69.       Width = 57
  70.       Height = 20
  71.       BevelOuter = bvLowered
  72.       Color = clBlack
  73.       TabOrder = 0
  74.       OnClick = Panel1Click
  75.     end
  76.     object Edit1: TEdit
  77.       Left = 80
  78.       Top = 80
  79.       Width = 33
  80.       Height = 21
  81.       TabOrder = 1
  82.       Text = '100'
  83.     end
  84.     object Edit2: TEdit
  85.       Left = 8
  86.       Top = 80
  87.       Width = 57
  88.       Height = 21
  89.       TabOrder = 2
  90.       Text = '1'
  91.     end
  92.     object CheckBox1: TCheckBox
  93.       Left = 118
  94.       Top = 79
  95.       Width = 32
  96.       Height = 16
  97.       Caption = '%'
  98.       Checked = True
  99.       Font.Charset = ANSI_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -9
  102.       Font.Name = 'Verdana'
  103.       Font.Style = [fsBold]
  104.       ParentFont = False
  105.       State = cbChecked
  106.       TabOrder = 3
  107.       OnClick = CheckBox1Click
  108.     end
  109.   end
  110.   object Button1: TButton
  111.     Left = 8
  112.     Top = 132
  113.     Width = 81
  114.     Height = 20
  115.     Caption = 'Ok'
  116.     Default = True
  117.     Font.Charset = ANSI_CHARSET
  118.     Font.Color = clWindowText
  119.     Font.Height = -9
  120.     Font.Name = 'Verdana'
  121.     Font.Style = [fsBold]
  122.     ParentFont = False
  123.     TabOrder = 1
  124.     OnClick = Button1Click
  125.   end
  126.   object Button2: TButton
  127.     Left = 89
  128.     Top = 132
  129.     Width = 81
  130.     Height = 20
  131.     Caption = 'Cancel'
  132.     Font.Charset = ANSI_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -9
  135.     Font.Name = 'Verdana'
  136.     Font.Style = [fsBold]
  137.     ParentFont = False
  138.     TabOrder = 2
  139.     OnClick = Button2Click
  140.   end
  141.   object ColorDialog1: TColorDialog
  142.     Ctl3D = True
  143.     Left = 128
  144.     Top = 24
  145.   end
  146. end
  147.